Don't undefine HAVE_MONITOR_INFO when compiling with gcc. Mingw's headers
authorTor Lillqvist <tml@iki.fi>
Sat, 13 Mar 2004 22:26:05 +0000 (22:26 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Sat, 13 Mar 2004 22:26:05 +0000 (22:26 +0000)
commitf6d1307a016fabcb2b39d258aa476d4d71ea9755
treeee7baf62521ccdb98f8be5564d9b2904dbbbaebc
parent8d6bd2b5d010eddbd035ca01e564a90052f1c98d
Don't undefine HAVE_MONITOR_INFO when compiling with gcc. Mingw's headers

2004-03-13  Tor Lillqvist  <tml@iki.fi>

* gdk/win32/gdkdisplay-win32.c: Don't undefine HAVE_MONITOR_INFO
when compiling with gcc. Mingw's headers do have the required
definitions.

* gdk/win32/gdkdrawable-win32.c (draw_polygon): When drawing
filled polygons, don't draw the outline, similarily as
draw_rectangle(). Apparently GTK and GIMP don't use
gdk_draw_polygon() much (or always draw the outline, too), as this
has gone undetected for so long. Thanks to Bruce Hochstetler.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/win32/gdkdisplay-win32.c
gdk/win32/gdkdrawable-win32.c